home *** CD-ROM | disk | FTP | other *** search
- /* IPL_TXT */
- /* k 1037 21/05/91 */
- struct ipltxt { /* IPL_TXT request */
- char hdr[3]; /* header */
- char res1[1]; /* reserved */
- char pcid[8]; /* PCID */
- char onode[8]; /* origin node name */
- char dnode[8]; /* destination node name*/
- char txt[1]; /* load file name */
- };
- #define IPLTXT 0x430244 /* IPL_TXT header */
-